Vcenter Utilization Proxies ProxyInfo
The Vcenter Utilization Proxies ProxyInfo schema describes an HTTP proxy which handles traffic in vCenter.
This schema was added in vSphere API 9.1.0.0.
{
"service": "string",
"upstreams": [
{
"name": "string",
"routes": [
{
"path": "string",
"peers": [
{
"address": "string",
"active_requests": 0
}
]
}
],
"requests_back_pressure": {
"active_requests": 0,
"max_outstanding_requests": 0
}
}
]
}
The vCenter service which proxies HTTP requests.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.services.Service. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.services.Service.
The list of upstreams that are handled by this proxy.
This property was added in vSphere API 9.1.0.0.